code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
FilesTbl
code_checker
database
schema
Undocumented in source.
@
TableName
(
filesTable
)
@
TableConstraint
("unique_ UNIQUE (path)")
struct
FilesTbl {
long
id
;
string
path
;
long
checksum
;
bool
root
;
@
ColumnName
("time_stamp")
SysTime
timeStamp
;
}
Members
Variables
checksum
long
checksum
;
Undocumented in source.
id
long
id
;
Undocumented in source.
path
string
path
;
Undocumented in source.
root
bool
root
;
True if the file is a root.
timeStamp
SysTime
timeStamp
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
database
schema
functions
getSchemaVersion
initializeDB
makeUpgradeTable
replaceTbl
updateSchemaVersion
upgrade
upgradeV0
upgradeV1
upgradeV2
upgradeV3
structs
CompileDbTrackTable
DependencyFileTable
DependencyRootTable
FilesTbl
UpgradeTable
VersionTbl
variables
compileDbTrack
depFileTable
depRootTable
filesTable
schemaVersionTable